This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
You could try this... ~Umberto Nongeroson 1.Dec.03 10:32 PM a Web browser Applications Development 6.0.2 CF2Windows 2000
While not(doc is nothing)
...
...
...
Forall i1 In doc.Items
Call i1.Remove
End Forall
Set delDoc = doc
Set doc = col.GetNextDocument(doc)
delDoc.Remove(true)
Wend